assert_gt

(alias) function <T: -comparable> assert_gt(actual: T, expected: T)

Asserts that the value is greater than the expected value

Alias

Since

0.10.4

Parameters

actual

Actual value to compare

expected

The expected value